projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446f0ee
)
revert spurious change
author
jave
<joakim@verona.se>
Wed, 31 Dec 2014 17:34:22 +0000
(18:34 +0100)
committer
jave
<joakim@verona.se>
Wed, 31 Dec 2014 17:34:22 +0000
(18:34 +0100)
lisp/desktop.el
patch
|
blob
|
history
diff --git
a/lisp/desktop.el
b/lisp/desktop.el
index 6ca396a113227abddd208e12c3a9fa4711338b29..bcf038762da1e7ea647150d1fe604c516840e875 100644
(file)
--- a/
lisp/desktop.el
+++ b/
lisp/desktop.el
@@
-1528,6
+1528,9
@@
If there are no buffers left to create, kill the timer."
(desktop-read)
(setq inhibit-startup-screen t)))))
+;; So we can restore vc-dir buffers.
+(autoload 'vc-dir-mode "vc-dir" nil t)
+
(provide 'desktop)
;;; desktop.el ends here